Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Pixmap Draw Contexts


Q3PixmapDrawContext_GetPixmap

You can use the Q3PixmapDrawContext_GetPixmap function to get the pixmap associated with a pixmap draw context.

TQ3Status Q3PixmapDrawContext_GetPixmap (
TQ3DrawContextObject drawContext, 
TQ3Pixmap *pixmap);
drawContext
A pixmap draw context object.
pixmap
On exit, a pointer to a pixmap.
DESCRIPTION
The Q3PixmapDrawContext_GetPixmap function returns, in the pixmap parameter, a pointer to the pixmap currently associated with the draw context specified by the drawContext parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996